docsforge icon indicating copy to clipboard operation
docsforge copied to clipboard

Modern C/C++ documentation generator for open source projects.

Results 18 docsforge issues
Sort by recently updated
recently updated
newest added

当我访问 http://docsforge.com/ 出现 ![image](https://user-images.githubusercontent.com/44514816/209773853-5e5de4d5-bf48-4e51-83c8-a8b2f98269a4.png)

DocsForge doesn't work with my repository. The build log doesn't say what the problem is, and I don't know what's wrong with my repository. The repository: [https://github.com/FilipeChagasDev/FGL](https://github.com/FilipeChagasDev/FGL) Build log: ```...

I had problems generating automatic documentation for C++ APIs. The DocsForge site gave me "Success with errors" when I tried to generate documentation for a C++ repository whose input folder...

From this discussion: https://discord.com/channels/633826290415435777/633826290415435781/875634524082561055 Currently links are generated in markdown documents for each symbol in the API, but if those symbols have commonly used worlds (such as "this") this causes...

From this discussion: https://discord.com/channels/633826290415435777/875634524082561055/875651520673239091 Would be nice if switching between languages would happen for all code snippets, so you wouldn't have to keep clicking around on a page with lots...

Hi, I hope you don't mind if I collapse two issues into one. - The `gravity` enumeration and its enumerators don't appear in the DocsForge documentation for this class: ....

Hi, I have a simple class defined as follows: ``` // process_duration: // ================= // //!\brief //! An aggregate holding the amounts of user and system time, and of //!...

Hi Erez, it seems that DocsForge shows functions marked with Doxygen's `\relatedalso` as if they were members of the related class. Here's an example: ![inserter_for_class_roman](https://user-images.githubusercontent.com/4961853/118001415-00a81f00-b347-11eb-8ab5-85661a2c20ac.png) This is the HTML output...

Hi Erez, I'm here to bother you again. Would it be possible to add support for Doxygen's `EXTRACT_PRIV_VIRTUAL` tag? Speaking of this, I think that, with time, everyone will end...

Hi, even in its brief description, I often refer to the parameters of a function. For instance, I might have: //! Calculates the product of \c a and the square...