diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 01:17:51 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 01:17:51 +0000 |
commit | 6483513a6dec0defe85a55a8792d22134e9eefa7 (patch) | |
tree | dda99273770988e760983154808fe7fce160e708 /llvm/docs/UsingLibraries.html | |
parent | 940f02d248d96f1b10e7cb23f9734f369d25da84 (diff) | |
download | bcm5719-llvm-6483513a6dec0defe85a55a8792d22134e9eefa7.tar.gz bcm5719-llvm-6483513a6dec0defe85a55a8792d22134e9eefa7.zip |
docs: Redefine Heading elements as below;
H1 ... Title (and might be Chapter in future)
H2 ... Section
H3 ... Subsection
H4 ... Sub-subsection
llvm-svn: 129683
Diffstat (limited to 'llvm/docs/UsingLibraries.html')
-rw-r--r-- | llvm/docs/UsingLibraries.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html index 4883db2d939..28c1e08b729 100644 --- a/llvm/docs/UsingLibraries.html +++ b/llvm/docs/UsingLibraries.html @@ -187,12 +187,12 @@ <!-- === This should be updated whenever new libraries are added, ===--> <!-- === removed, or changed ===--> <!-- =======NOTE: =========================================================--> - <h2>Dependency Relationships Of Libraries</h2> + <h3>Dependency Relationships Of Libraries</h3> <p>This graph shows the dependency of archive libraries on other archive libraries or objects. Where a library has both archive and object forms, only the archive form is shown.</p> <img src="img/libdeps.gif" alt="Library Dependencies"> - <h2>Dependency Relationships Of Object Files</h2> + <h3>Dependency Relationships Of Object Files</h3> <p>This graph shows the dependency of object files on archive libraries or other objects. Where a library has both object and archive forms, only the dependency to the archive form is shown.</p> |