About 14,000,000 results
Open links in new tab
  1. How to document Python code using Doxygen - Stack Overflow

    I like Doxygen to create documentation of C or PHP code. I have an upcoming Python project and I think I remember that Python doesn't have /* .. */ comments, and also has its own self …

  2. Best Tips for documenting code using doxygen? [closed]

    Sep 9, 2008 · My team is starting to document our C code using doxygen, paying particular attention to our public API headers. There appears to be a lot of flexibility and different special …

  3. How to make an introduction page with Doxygen - Stack Overflow

    Feb 29, 2012 · I made documentation for my SDK, using Doxygen. It contains the list of files, namespaces, classes, types etc. - everything that I placed as Doxygen comments in the code. …

  4. How to get a single PDF document from Doxygen? - Stack Overflow

    When I generate Doxygen documentation in PDF format, I get plenty of different files with a single diagram in each. Is it possible to obtain a single PDF document, organized as a book, roughly …

  5. How to use doxygen to create UML class diagrams from C++ source

    Jan 21, 2011 · I have been searching for some material that describes how to generate simple class diagrams with doxygen, but couldn't find one. I need to create UML class diagrams as …

  6. What's the right way to reference a parameter in Doxygen?

    Doxygen provides the command \p for indicating that the next word is a parameter to the function. You would use it like so: ... the \p x and \p y coordinates are used to ... I believe by …

  7. doxygen - CMake DOXYGEN_INCLUDE_PATH with all target …

    Jan 22, 2025 · Prepare the Doxygen settings as-per normal, while omitting the INCLUDE_PATH After generating the doxyfile (i.e.: adding the doxygen target) append an @INCLUDE line to the …

  8. Visual Studio with Doxygen for documentation, or should we use ...

    Jan 8, 2010 · We are currently using Doxygen to document code written in C/C++, PHP and Java. To have a consistent environment, it would be nice to use it for C# documentation as well. …

  9. doxygen - How to insert (contents of) one .dox file into another ...

    Dec 24, 2024 · Doxygen 1.9.7 is a bit older (May 18,2023), the current version is doxygen 1.12.0 maybe here \includedoc subsection.dox works. Do you get any warnings? Otherwise please …

  10. Include file with doxygen special commands - Stack Overflow

    Mar 18, 2025 · Does doxygen have a special command to include a file into a source file and doxygen treats the included file as if it were directly in the source file? Both variants shall …