-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API DOCS? #693
Comments
Hello, |
Just to have a basic bird's view of the whole IMGUI I've created a small Doxygen conf. Online output is here: The generating Doxyfile to be put inside imgui dir and executed with a simple doxygen call is here: http://exedraos.com/imguidoxy/Doxyfile Just my .000002 euro cents. --R |
It doesn't seem to be providing much useful output there? The comments are lost, I can't find any of the naked functions which are 95% of ImGui. |
These two points would have implied to modify your source comments, something I did not want/had the time to do. Besides, you could not be interested in a DoxyGen documentation, so it all would factor into an unsolicited pull request. I've updated it. Can you tell me the name of some naked function (one is enough) that do not get listed? --R |
I see that you have added a namespace tab now and those functions are now showing! You should omit anything in a directory as they aren't part of the core library. You are correct that I am not ready to modify the imgui sources to include doxygen comments, because I think that as-is it would be detrimental and noisy to the project. I'm however very interested in the prospect of developing automated documentation (see e.g. #435), the question is merely to find out the right form for it and finding a suitable process and maybe a maintainer who are accustomed to the library. Right now if you want to get acquainted to the project the best way is to read the documentation in imgui.cpp comments and run/mess around with the examples and the |
Good. I didn't use DoxyGen since 5 years and I did not remember a single damn of it, but it's so simple that I was up and running in matters of minutes. ShowTestWindow is OK as a starting point, but I need something more top-down and for now Doxy fills the bill. --R |
As @ocornut say I think #435 a better fit and it would make it a bit easier to use for other documentation systems. In my case I would like to use the same documentation for my wrapper but re-generated to fit it. I know others are wrapping Imgui as well so a more generic approach would (imo) be better. That being said I haven't had any time to look it it because of other projects. |
Hi Omar. Sorry for my english. Where i can foud API DOCS for your ImGui please? I missing PC and i programming on my Android Phone. I can not generate API DOCS for mi on this. You can generate it or tell mi where i can download it? Thanks and sorry for my english again - I'm Rus from Czech.
The text was updated successfully, but these errors were encountered: