1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Disable SHORT_NAMES in man.doxy
Author: Andrea Pappacoda <andrea@pappacoda.it>
Forwarded: not-needed
Last-Update: 2022-09-17
--- glm-0.9.9.8+ds.orig/doc/man.doxy
+++ glm-0.9.9.8+ds/doc/man.doxy
@@ -178,7 +178,7 @@ STRIP_FROM_INC_PATH =
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.
-SHORT_NAMES = YES
+SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
|