Remove experimental directory from documentation processing.
This commit is contained in:
parent
2b18f00f48
commit
52eef463ef
@ -74,7 +74,6 @@ WARN_LOGFILE =
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = ./../../include/asio.hpp \
|
||||
./../../include/asio \
|
||||
./../../include/asio/experimental \
|
||||
./../../include/asio/generic \
|
||||
./../../include/asio/impl \
|
||||
./../../include/asio/ip \
|
||||
|
@ -771,9 +771,6 @@
|
||||
<xsl:when test="contains($file, 'include/asio/ssl')">
|
||||
<xsl:text>[^asio/ssl.hpp]</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'include/asio/experimental')">
|
||||
<xsl:text>[^asio/experimental.hpp]</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains($file, 'include/asio/spawn')">
|
||||
<xsl:text>None</xsl:text>
|
||||
</xsl:when>
|
||||
|
Loading…
Reference in New Issue
Block a user