summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-16 23:15:54 -0800
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-16 23:15:54 -0800
commit399e48c865a230e8e13084df6a4302a5cce5e0bc (patch)
tree1b4bf7683116776002e45603442ce7f436f08fba
parent78cd350fe98581d1353425eb9898a1e0a1d5ef6e (diff)
parentbdd5dac21e779b2d43c0cd0bebaf473442d4fd2a (diff)
downloadswig-399e48c865a230e8e13084df6a4302a5cce5e0bc.tar.gz
Merge pull request #13 from ptomulik/lang-incdir
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>