Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Doxygen plugin
killerbot:
before I forget, in on e of the last changes something got broken, with respect to output directory or position position of the cbp file or the doxygen file. It used to work before, now it no longer works. Gonna try to post a little project here, showcasing the failure this evening,
killerbot:
here's a project that now fail with the doxygen plugin, where it used to work in the past.
--- Quote -------------------------------------------------------------------------------------------------------
Extracting documentation for Test.
DoxyBlocks is working, please wait a few moments...
Writing doxyfile...
Failed. /home/killerbot/Projects/Test/Project/doxygen/doxyfile was not created.
Done.
--- End quote ---
Note that the "doxygen" directory is created
gd_on:
Here is a small Hello standard program. Results with Doxybloacks are not those I expect.
cbp file is inside a make folder. main.c and version.h are in src.
Autoversioning plugin finds correctly version.h, but Doxyblocks when configured to use it, does not seem to find version.h. More, it tries to locate it at a wrong place.
svn 7141, Win XP, SP3.
And in the result, version.h is in the file list, but not main.c (totally different problem here ?).
Bug or I'm missing something ?
Gd_on
Derjik:
Hello again,
I hope this is the appropriate thread to talk about eventual (small) "issues" with DoxyBlocks... if not, I'm really sorry, and I understand my post could be deleted.
So:
As i said in this thread, I'm running C::B 12.11 on Windows 7 Pro and while "everything's fine" with DoxyWizard itself for extracting the documentation, the "Extract Documentation" item from DoxyBlocks doesn't seem to do anything...
It just creates a small doxyfile if no existing one is found, else it "detects" it, but doesn't extract anything. (and the doxyfile I use in my currect projet is valid, as DoxyWizard managed to extract the documentation).
So this isn't a "harmful" problem, but I like the idea of "just using a keyboard shortcut" whenever I want to extract (or "update") my documentation... and I don't know what I'm doing wrong with DoxyBlocks.
Any help welcome, so thanks by advance, and sorry if I'm not in the right thread :|
EDIT: As I said in the other topic, we found more details on this problem: The "Extract Documentation" feature cannot handle special characters in the working path (and I'm working under "Mes Documents", so the blank caused the trouble for me...).
I don't know if we can call it "a bug", but... it's said.
Joerg:
Hi,
I would like to suggest another template for block comments without the trailing stars:
--- Code: ---/** \brief
\param
\param
\return
*/
--- End code ---
It's easier to edit, as long as C::B does not fill in the stars, as eclipse is doing ;-)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version