Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Doxygen plugin
Cryogen:
Hi,
--- Quote from: rah2435 on July 30, 2010, 05:26:15 pm ---Anything new on this?
I'm getting the same "missing symbols?" error when trying to install the plugin in C::B version 10.05 on both Ubuntu 10.04 and Windows 7.
I downloaded the plugin file...do I need other files as well?
--- End quote ---
If you read through the history you'll see that there is currently no compatible .cbplugin for any release version, let alone 10.5. I'm still chasing killerbot to build one but I'm also without a computer at present (it died!! :-() so it's not happening quickly.
Cheers.
stahta01:
My attempt to make an plugin worked; but I have no idea if the plugin works.
The plugin loaded on my Windows 7 32 computer.
Anyone have a site I can upload the Windows Doxygen Plugin to or an email address of a person who wants to test the plugin?
The file is about 700k in size.
Tim S.
Cryogen:
Hey Tim,
--- Quote from: stahta01 on August 07, 2010, 03:39:49 am ---My attempt to make an plugin worked; but I have no idea if the plugin works.
The plugin loaded on my Windows 7 32 computer.
Anyone have a site I can upload the Windows Doxygen Plugin to or an email address of a person who wants to test the plugin?
--- End quote ---
Apologies for the slow response, I've been in purgatory without a computer for 5 weeks or so. :cry:
I'd be happy to do those things for you. You can send me the details via PM here or the SF address. If you can't attach files to either, just let me know where I can grab it from, attach it here, or something suitable. I'll put on the existing SF site it it works.
Thanks.
Cryogen:
Hi Guys,
This is just a note to advise that the SourceForge project at https://sourceforge.net/projects/doxyblocks/ and the docs at http://doxyblocks.sourceforge.net/ have been abandoned, since they no longer serve a useful purpose. The old docs have been removed. The docs are now at the wxSmith Addons site listed below. The .cbplugin file releases have been removed to avoid confusion as they never worked for anyone else anyway. The project itself and the old SVN repository will remain for posterity but there will be no further updates. Development is now occurring in the Code::Blocks SVN repository. If and when I manage to obtain .cbplugins for V10.5, they will go on the wxSmith Addons site.
Thanks,
Cryo.
ollydbg:
Here is my test on doxygen, which I just right click on the function name and would like to add the block comment
--- Quote --- /** \brief
*
* \param
* \param
* \return
*
*/
size_t FindAIMatches(std::queue<ParserComponent> components,
TokenIdxSet& result,
int parentTokenIdx = -1,
bool fullMatch = false,
bool caseSensitive = false,
bool use_inheritance = true,
short int kindMask = 0xFFFF,
TokenIdxSet* search_scope = 0);
/** \brief
*
* \param actual const wxString&
* \param components std::queue<ParserComponent>&
* \return size_t
*
*/
size_t BreakUpComponents(const wxString& actual, std::queue<ParserComponent>& components);
--- End quote ---
So,
1, I guess the function parameter in multiply lines are not supported.
2, I think we don't need to add the "type" information , so "\param actual" is enough.
any comments?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version