]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Sort the classes column wise rather than row wise, as this is better readable.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Aug 2000 16:10:15 +0000 (16:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Aug 2000 16:10:15 +0000 (16:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@3246 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/Makefile.in

index 32754076a0801bc9b5b5c1813b8dfc837e0e196b..47cc0a4e64e66a959d3c56d14c1fab2c209f6a9b 100644 (file)
@@ -89,7 +89,7 @@ class_index.html: $(shell echo $D/base/include/base/*.h \
                 "<h2><a href=\"auto/kdoc/$$dirbasename/index.html\""\
                  " target=\"body\">"                                 \
                  "$$dirbasename sub-library</a></h2>\n"              \
-                "</td></tr>\n\n"                                    \
+                "</td>\n</tr>\n\n"                                  \
               >> $@ ;                                               \
            $(PERL) ../common/scripts/forward_declarations.pl             \
                    `echo $$dir/*.h |                                     \
@@ -100,17 +100,21 @@ class_index.html: $(shell echo $D/base/include/base/*.h \
               | uniq                                                     \
               | $(PERL) -pi -e 's/&/&amp;/g; s/</&lt;/g; s/>/&gt;/g;'    \
               | $(PERL) -pi -e 's/;\n/\n/g;'                             \
-              | $(PERL) -e '$$i=0; while (<>) {                          \
-                                       chop;                             \
-                                       print "  <tr>\n" if $$i==0;       \
-                                       print "    <td>$$_</td>\n";       \
-                                       $$i++;                            \
-                                       if ($$i == 3) {                   \
-                                         print "  </tr>\n\n";            \
-                                         $$i = 0;                        \
-                                       }                                 \
-                                  }                                      \
-                            if ($$i != 0) { print "  </tr>\n\n"; }'      \
+              | $(PERL) -e '   @classes = ();                            \
+                               while (<>) {                              \
+                                 chop;                                   \
+                                 @classes = (@classes, $$_);             \
+                               }                                         \
+                               print "  <tr>\n";                         \
+                               $$n_classes = $$#classes + 1;             \
+                               for ($$col=0; $$col<3; $$col++) {         \
+                                 print "    <td>\n";                     \
+                                 for ($$i=0; $$i<$$n_classes/3; $$i++) { \
+                                   print "      $$classes[$$i+$$col*($$n_classes+1)/3]<br>\n";\
+                                 }                                       \
+                                 print "    </td>\n";                    \
+                               }                                         \
+                               print "  </tr>\n\n";'                     \
             >> $@ ;                                                      \
            echo "\n\n" >> $@ ;                                           \
          fi                                                              \

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.