summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Tomulik <ptomulik@meil.pw.edu.pl>2013-01-13 23:40:46 +0100
committerPaweł Tomulik <ptomulik@meil.pw.edu.pl>2013-01-13 23:40:46 +0100
commitbdd5dac21e779b2d43c0cd0bebaf473442d4fd2a (patch)
treec5eedb605fca9ba620112aa3049c19169b45b8cb
parentafc2b884a496efda3c89895453e4b6fc7728a0a3 (diff)
downloadswig-bdd5dac21e779b2d43c0cd0bebaf473442d4fd2a.tar.gz
updated info on lang-specific subdirs in Doc/Manual/Library.html
-rw-r--r--Doc/Manual/Library.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/Manual/Library.html b/Doc/Manual/Library.html
index 1c7b84a1a..1ae3c77a3 100644
--- a/Doc/Manual/Library.html
+++ b/Doc/Manual/Library.html
@@ -66,18 +66,19 @@ Library files are included using the <tt>%include</tt> directive.
When searching for files, directories are searched in the following order:
</p>
-<ul>
+<ol>
<li>The current directory
<li>Directories specified with the <tt>-I</tt> command line option
<li>.<tt>/swig_lib</tt>
<li>SWIG library install location as reported by <tt>swig -swiglib</tt>, for example <tt>/usr/local/share/swig/1.3.30</tt>
<li>On Windows, a directory <tt>Lib</tt> relative to the location of <tt>swig.exe</tt> is also searched.
-</ul>
+</ol>
<p>
-Within each directory, SWIG first looks for a subdirectory corresponding to a target language (e.g., <tt>python</tt>,
-<tt>tcl</tt>, etc.). If found, SWIG will search the language specific directory first. This allows
-for language-specific implementations of library files.
+Within directories mentioned in points 3-5, SWIG first looks for a subdirectory
+corresponding to a target language (e.g., <tt>python</tt>, <tt>tcl</tt>, etc.).
+If found, SWIG will search the language specific directory first. This allows
+for language-specific implementations of library files.
</p>
<p>