Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
refacto include all directive
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 5, 2015
1 parent b6d695c commit 5a0fbcc
Show file tree
Hide file tree
Showing 10 changed files with 357 additions and 510 deletions.
15 changes: 10 additions & 5 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@ TODO:

- refactor the whole rendering pipeline

- support a "documentation use case". WIP:
- support a "documentation use case".
- rewrite:
- include child summary in parent summary (option, default n)

- TBD:
- tests
- export a breadcrumb variable (should contain link + document title)
- export a start number variable for OL http://stackoverflow.com/a/779052 so the numbers are coherent
with the main ToC (/!\ some possible issue when there is no attached document with a directory)
- export a breadcrumb variable (should contain links)
- set explicitly the number variable for OL http://stackoverflow.com/a/779052 so the numbers are coherent
- in the title add a <span>1.2.4</span> chapter numbering (as a option)

- see http://www.mkdocs.org/
- we want to generate something like http://docs.jboss.org/seam/3/latest/reference/en-US/html/
- we want to generate something like
- http://docs.jboss.org/seam/3/latest/reference/en-US/html/
- http://ratpack.io/manual/current/intro.html

- draft support

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.digitalfondue.stampo.processor.includeall;
package ch.digitalfondue.stampo.processor;

import static java.util.Optional.empty;
import static java.util.Optional.of;
Expand Down
Loading

0 comments on commit 5a0fbcc

Please sign in to comment.