diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-07-15 17:11:26 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-07-15 17:11:26 (GMT) |
commit | 5346e18047c0e047db2f1b13dc2c767a73c5c305 (patch) | |
tree | bc5400211360251f121d60efdd50b09f10db11d2 /doc/faq.doc | |
parent | d723d351b1ec59ad9db456f820d59a6e270f21a4 (diff) | |
download | Doxygen-5346e18047c0e047db2f1b13dc2c767a73c5c305.zip Doxygen-5346e18047c0e047db2f1b13dc2c767a73c5c305.tar.gz Doxygen-5346e18047c0e047db2f1b13dc2c767a73c5c305.tar.bz2 |
Release-1.2.8-20010715
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index f20dfc0..4fb9a63 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -197,6 +197,22 @@ converted it into an empty file (with >16K of newlines). Another case where this might happen is if you have lines in your code with more than 16K characters. +<li><b>How did doxygen get it's name?</b> + +Doxygen got its name from playing with the words +documentation and generator. + +\verbatim +documentation -> docs -> dox +generator -> gen +\endverbatim + +At the time I was looking into lex and yacc, where a lot of things start with +"yy", so the "y" slipped in and made things pronouncable. + +I realized later that doxygen could also be read as Dimitri's oxygen, +which could be seen as something I need to live :-) + </ol> \htmlonly |