diff options
Diffstat (limited to 'gnu/packages/doxygen.scm')
-rw-r--r-- | gnu/packages/doxygen.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/doxygen.scm b/gnu/packages/doxygen.scm index 8c51ae858e..8b1a057724 100644 --- a/gnu/packages/doxygen.scm +++ b/gnu/packages/doxygen.scm @@ -65,7 +65,7 @@ "--prefix" out)))) %standard-phases))) (home-page "http://www.stack.nl/~dimitri/doxygen/") - (synopsis "tool for generating documentation from annotated sources") + (synopsis "Generate documentation from annotated sources") (description "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, |