-
Notifications
You must be signed in to change notification settings - Fork 10
Draft Doxygen configuration file #22
base: master
Are you sure you want to change the base?
Conversation
Should we run one API documentation per library? So far, |
Here is the demo: http://api.hoa-project.net/a00696.html. I like Doxygen because of all the graphes (callee, caller, inheritance etc.). Since recent versions, we can have interactive SVG graphes, which is also very cool (see the demo link). I consider this is the best API generator I know so far, but this bug is kind of blocking :-/. Thoughts @hoaproject/hoackers? |
According to http://technosophos.com/2012/02/01/documenting-php-doxygen-pros-and-cons.html (see "The Dastardly Backslash") you can use Or maybe we can force doxygen to accept commands only with |
I prefer something like apigen. Wonder what is the benefit with doxygen. |
you have too camael24/sohapi 👍 lol |
@camael24 :-) . One of the thing I like in apigen is I can go check the source code there itself. |
@harikt Graphes. Doxygen has graphes. This is very powerful for me to get caller and callee graphes, along with UML graphes. Thoughts? @osaris Yup, we can use |
@Hywan don't know I like Doxygen though 👍 . Say personal preference ;) . See some examples how it renders http://apigen.juzna.cz/ . But I am ok for I could create my own ;) . |
@harikt Tried to generate the doc of https://github.com/hoaproject/Central (subdir |
@harikt Haha, Github URL was incorrect… Now I am just waiting: http://apigen.juzna.cz/homepage/progress?repoId=277. |
It has some bug so will not generate now ;-) Hari K T You can ring me : +91 9388 75 8821 http://harikt.com , https://github.com/harikt , Skype : kthari85 On Tue, Jul 21, 2015 at 1:08 PM, Ivan Enderlin [email protected]
|
Are graphes important? For me yes, what about you @hoaproject/hoackers? |
It works: http://apigen.juzna.cz/doc/hoaproject/Central/. |
This is a draft of the Doxygen configuration file to generate the API documentation.