Skip to content

Commit

Permalink
Merge pull request #845 from quickfur/std_algo_submods
Browse files Browse the repository at this point in the history
Add std.algorithm submodules to navbar.
  • Loading branch information
CyberShadow committed Jan 26, 2015
2 parents bd72530 + 7127c03 commit bf9ef64
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion std_navbar-prerelease.ddoc
Expand Up @@ -5,7 +5,15 @@ $(DIVID cssmenu, $(UL
$(MENU object.html, $(TT object))
$(MENU_W_SUBMENU $(TT std))
$(ITEMIZE
$(MODULE2 std, algorithm),
$(MODULE2 std, algorithm, package),
$(PACKAGE
$(MODULE3 std, algorithm, comparison),
$(MODULE3 std, algorithm, iteration),
$(MODULE3 std, algorithm, mutation),
$(MODULE3 std, algorithm, searching),
$(MODULE3 std, algorithm, setops),
$(MODULE3 std, algorithm, sorting),
),
$(MODULE2 std, array),
$(MODULE2 std, ascii),
$(MODULE2 std, base64),
Expand Down

0 comments on commit bf9ef64

Please sign in to comment.