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 %include directive. When searching for files, directories are searched in the following order:

- +

-Within each directory, SWIG first looks for a subdirectory corresponding to a target language (e.g., python, -tcl, 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., python, tcl, etc.). +If found, SWIG will search the language specific directory first. This allows +for language-specific implementations of library files.