From: g0dil Date: Wed, 30 Apr 2008 22:19:29 +0000 (+0000) Subject: Reformat detailed member documentation X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=4a4f4bc831ed87b566e1fe6325bee29c97ea176c Reformat detailed member documentation git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@832 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Console/Executor.cc b/Console/Executor.cc index a7db590..4d9b2f9 100644 --- a/Console/Executor.cc +++ b/Console/Executor.cc @@ -60,7 +60,7 @@ prefix_ void senf::console::Executor::execute(std::ostream & output, GenericNode & node ( traverseCommand(command.commandPath()) ); DirectoryNode * dir ( dynamic_cast(&node) ); if ( dir ) { - if (autocd_) { + if (autocd_ && command.arguments().empty()) { oldCwd_ = cwd_; cwd_ = dir->thisptr(); } else diff --git a/doclib/html-munge.xsl b/doclib/html-munge.xsl index 7da6022..09c5bed 100644 --- a/doclib/html-munge.xsl +++ b/doclib/html-munge.xsl @@ -44,7 +44,7 @@ - + @@ -203,6 +203,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
()
)
()
+
+ @@ -385,6 +441,8 @@ + + diff --git a/doclib/senf.css b/doclib/senf.css index 1783cc1..86ea61a 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -548,6 +548,43 @@ p.commalist { margin-left: 3em; } +table.memname { + width: 100%; + font-weight: normal; + white-space: normal; +} + +table.memname td { + vertical-align: top; +} + +table.memname td.memtype { + width: 100%; +} + +table.memname td.memname { + width: 35%; + text-align: right; + font-weight: bold; +} + +table.memname td.memparen { + width: 1%; +} + +table.memname td.paramtype { + width: 30%; + text-align: right; +} + +table.memname td.paramname { + width: 33%; +} + +table.memname td.memattrs { + text-align: right; +} + /* * Local Variables: * indent-tabs-mode: nil