summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-10 10:15:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-10 10:15:50 +0000
commit052031df6d5feb598152cfe23adc0009b8963443 (patch)
treef047feb19eedcbecb31b09092a48aefd4b7ad801 /DOCS
parentc3a928cbe6689a78a7bfa45dcd12b33dbf7673c3 (diff)
downloadmpv-052031df6d5feb598152cfe23adc0009b8963443.tar.bz2
mpv-052031df6d5feb598152cfe23adc0009b8963443.tar.xz
typos, wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13303 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/code-documentation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/tech/code-documentation.txt b/DOCS/tech/code-documentation.txt
index 6da2b53379..da2f47d763 100644
--- a/DOCS/tech/code-documentation.txt
+++ b/DOCS/tech/code-documentation.txt
@@ -15,7 +15,7 @@ Doxygen
-------
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 @@ What should be documented?
- #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