troi · @troi
34 followers · 526 posts · Server techhub.social

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: fnch.users.sourceforge.net/dox is perfect. Thanks to Matteo Franchin!

#programming #doxygen #neverstoplearning

Last updated 1 year ago

YSF · @ysb33rOrg
3 followers · 2 posts · Server fosstodon.org

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

Last updated 1 year ago

AskUbuntu · @askubuntu
120 followers · 1866 posts · Server ubuntu.social

Problem running docker job in the CI/CD gitlab

askubuntu.com/q/1470770/612

#docker #gitlab #doxygen

Last updated 1 year ago

Bioinfo-fr.net · @BioinfoFr
173 followers · 110 posts · Server mamot.fr

We’re back ! C’est avec un immense plaisir que nous reprenons nos publications.
Apprenez à créer une documentation avec et couplé à en intégration continue : bioinfo-fr.net/comment-creer-u
Nous sommes 700 sur Discord, rejoignez-nous : bioinfo-fr.net/discord

#doxygen #sphinx #gitlab

Last updated 1 year ago

Adrian Lopez · @zeioth
15 followers · 34 posts · Server fosstodon.org

I've released the first version of

I've coded it for myself, but feel free to use it if you need it.

github.com/Zeioth/vim-doxygen

#vim #doxygen #plugin

Last updated 1 year ago

Adrian Lopez · @zeioth
15 followers · 33 posts · Server fosstodon.org

I think I'm gonna code a plugin to integrate into because:

A) Having to manually configure it for every project makes you less likely to use it.
B) Having a shortcut to display a class diagram of the project is pretty damn nice.

#doxygen #vim

Last updated 1 year ago

Adrian Lopez · @zeioth
15 followers · 33 posts · Server fosstodon.org

I think I'm gonna ccode a plugin to integrate into because:

A) Having to manually configure it for every project makes you less likely to use it.
B) Having a shortcut to display a class diagram of the project is pretty damn nice.

#doxygen #vim

Last updated 1 year ago

David · @hebster
44 followers · 56 posts · Server fosstodon.org

Are you a user of ? 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!

stackoverflow.com/q/71157463/

#doxygen

Last updated 1 year ago

Rubén :otros_frog: · @Rubos8
154 followers · 812 posts · Server tkz.one

Gente desarrolladora, conocéis sistemas de generación de documentación automática a partir de proyectos? Es para mi . y por el estilo.

#tfg #doxygen #javadoc #development #programming #documentation

Last updated 1 year ago

I like , and … great tools for generating . That said, doing diagrams in Doxygen is awkward, so sometimes I do it in the 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

Last updated 2 years ago

Michael Rawdon · @mrawdon
145 followers · 570 posts · Server sfba.social

Is what you get when you document your APIs using ?

What happens if you instead use ?

#rust #metal #oxygen #doxygen

Last updated 2 years ago

jogi · @jogi
93 followers · 909 posts · Server digitalcourage.social
· @SharpFoxDev
74 followers · 17 posts · Server mastodon.gamedev.place

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

Last updated 2 years ago

· @SharpFoxDev
77 followers · 20 posts · Server mastodon.gamedev.place

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

Last updated 2 years ago

Adrianna Pińska · @confluency
80 followers · 125 posts · Server hachyderm.io

Yesterday I discovered jothepro.github.io/doxygen-awe -- a modern stylesheet for 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.

#doxygen

Last updated 2 years ago

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

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 21 posts · Server social.4gl.io

Did you know you can generate HTML docs directly from Program headers, using & ?

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

Docs: cli.sasjs.io/doc/

youtube.com/watch?v=ESNdCtXKRr

#SAS #SASjs #doxygen

Last updated 2 years ago

_Veronica_ · @verovaleros
132 followers · 30 posts · Server infosec.exchange

Looking to improve some of our free software tools with . It reads the code and automatically generates some documentation in HTML format. Any experience with using it? pros/cons? better ways?

doxygen.nl/

#doxygen #freesoftware #coding #goodpractices

Last updated 2 years ago

Jani Nikula · @jani
26 followers · 15 posts · Server fosstodon.org

What's the status of your C project API documentation?

Would you perhaps like to use , but find it daunting to use + to integrate API documentation?

Please check out my little pet project to incorporate documentation comments directly to Sphinx!

(Yes, this is is a shameless plug.)

github.com/jnikula/hawkmoth

#sphinx #doxygen #breathe #hawkmoth

Last updated 2 years ago

Dmitry Marakasov · @AMDmi3
68 followers · 324 posts · Server fosstodon.org