[Mplayer-cvslog] CVS: main/DOCS/tech code-documentation.txt, 1.1, 1.2
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Sep 10 12:15:53 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv25803/DOCS/tech
Modified Files:
code-documentation.txt
Log Message:
typos, wording
Index: code-documentation.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/code-documentation.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- code-documentation.txt 9 Sep 2004 01:13:26 -0000 1.1
+++ code-documentation.txt 10 Sep 2004 10:15:50 -0000 1.2
@@ -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
More information about the MPlayer-cvslog
mailing list