Mercurial > mplayer.hg
changeset 13302:05d3254e05b1
typos, wording
author | diego |
---|---|
date | Fri, 10 Sep 2004 10:15:50 +0000 |
parents | 638673d1f83a |
children | 2571b2e0c0b4 |
files | DOCS/tech/code-documentation.txt |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/code-documentation.txt Fri Sep 10 02:07:16 2004 +0000 +++ b/DOCS/tech/code-documentation.txt Fri Sep 10 10:15:50 2004 +0000 @@ -15,7 +15,7 @@ ------- MPlayer uses doxygen for its code documentation. It generates HTML files -which contain the specially tagged comment lines from the code including +which contain specially tagged comment lines from the code including cross references. To generate it type `make doxygen` in the source root directory. It will generate the files in DOCS/tech/doxygen. To clear them again, you can use `make doxygen_clean`. @@ -41,8 +41,8 @@ - #define, typedefs, structs * all global definitions - * all local definitions whos use is not imediatly clear by their name - (as a rule of thumb, it's better to document too much then not enough) + * all local definitions whose use is not imediatly clear by their name + (as a rule of thumb, it's better to document too much than not enough) * all dependencies - non-trivial parts of the code