Reading Jens Gustedt's Modern C got me to look at Doxygen. I know that's old hat to most people, but I've been out of the industry for over a decade. VS Code plays well with Doxygen but I had difficulty finding a right sized C specific primer or reference.
My search is over: https://fnch.users.sourceforge.net/doxygen_c.html is perfect. Thanks to Matteo Franchin!
#programming #doxygen #neverstoplearning
In the last couple of weeks there have been a number of Gradle plugin releases:
- Doxygen 1.0.0
- Grabatool 0.5.0
- GradleTest 3.0.0-alpha.3
- Grolifant 2.0.0
- Ivypot 1.0.0
- Jooq Generator 0.2.0
- Nodejs 2.0.2
- Operating System 1.0.0
- Terraform 1.0.1
All of these are based on the Grolifant plugin development library which is on version 2.0.2
#grolifant #gradle #jooq #doxygen #terraform
We’re back ! C’est avec un immense plaisir que nous reprenons nos publications.
Apprenez à créer une documentation avec #doxygen et #sphinx couplé à #gitlab en intégration continue : https://bioinfo-fr.net/comment-creer-une-documentation-automatique-avec-doxygen-et-sphinx-en-ci-cd-gitlab
Nous sommes 700 sur Discord, rejoignez-nous : https://bioinfo-fr.net/discord
Are you a user of #doxygen? Then maybe you can contribute to this question on Stack Overflow: 'What part of the doxygen configuration (Doxyfile) is recommended for version control?' :git:
Answers may be opinion based. On the other hand the decision to handle the configuration in a certain way may be based on objective criteria which result from experience. 🧑💻
I have that question from time to time and have not seen a convincing answer yet.
Boosts welcome!
Gente desarrolladora, conocéis sistemas de generación de documentación automática a partir de proyectos? Es para mi #TFG. #doxygen #javadoc y por el estilo.
#tfg #doxygen #javadoc #development #programming #documentation
I like #LaTeX, and #Doxygen… great tools for generating #documentation. That said, doing diagrams in Doxygen is awkward, so sometimes I do it in the #C code with line-drawing characters.
The downside with this is the whack-a-mole game one winds up with having to configure `\newunicodechar` statements to tell LaTeX how to render lots of Unicode chars.
#latex #doxygen #documentation #c
Tool tips! 🛠️
Today I discovered Graphviz/Dot package, that you can use in with Doxygen for automatic code documentation. Not only it generates Inheritance diagrams, but also collaboration and call diagrams, so you can see, how your classes interact.
#indiegame #indiegamedev #doxygen #indiedev #gamedev
Tool tips! 🛠️
Today I discovered Graphviz/Dot package, that you can use in with Doxygen for automatic code documentation. Not only it generates Inheritance diagrams, but also collaboration and call diagrams, so you can see, how your classes interact.
#indiegame #indiegamedev #doxygen #indiedev #gamedev
Yesterday I discovered https://jothepro.github.io/doxygen-awesome-css/ -- a modern stylesheet for #Doxygen which makes it look really nice (and not like an undead creature from 1997).
Also be sure to poke around in the Doxyfile and turn on Dot and SVG output for diagrams, so that you get crisp vector drawings.
Documentation time!
DoxyWizard has been nice to use, and seeing all the little gaps get useful text really encourages me to look after the code, and explain it to future Adam! :)
I really, really want to avoid the pitfalls of spagetti heck from past projects, hopefully this is a good step! :)
#gamedev #doxygen #dozywizard #documentation #solodev
Did you know you can generate HTML docs directly from #SAS Program headers, using #SASjs & #Doxygen?
You could do it with just Doxygen, but SASjs makes it MUCH easier as follows:
* Auto-generates Doxyfile
* Inserts template header / footer
* Placeholder logo / favicon
* Convert README into homepage
Extra Features:
- Generate GraphViz Data Lineage
- Generate docs for a specific SASjs target
- Redirect output to specific directory
Looking to improve some of our free software tools with #doxygen. It reads the code and automatically generates some documentation in HTML format. Any experience with using it? pros/cons? better ways? #freesoftware #coding #goodpractices
#doxygen #freesoftware #coding #goodpractices
What's the status of your C project API documentation?
Would you perhaps like to use #Sphinx, but find it daunting to use #Doxygen + #Breathe to integrate API documentation?
Please check out my little pet project #Hawkmoth to incorporate documentation comments directly to Sphinx!
(Yes, this is is a shameless plug.)
#sphinx #doxygen #breathe #hawkmoth