Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 653726a4 authored by Scott Main's avatar Scott Main
Browse files

fix the SDK build for real this time.

the missing macros weren't declared in the proper order last time.
parent a0f9bd1e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
<?cs # Use the -templatedir arg to javadoc to set your own directory with a     ?>
<?cs # replacement for this file in it. ?>


<?cs def:default_search_box() ?><?cs /def ?>
<?cs def:default_left_nav() ?><?cs /def ?>

<?cs # appears at the top of every page ?><?cs 
def:custom_masthead() ?>
  <div id="header">
@@ -24,6 +28,3 @@ def:custom_masthead() ?>

<?cs # appears on the side of the page ?>
<?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?>
 No newline at end of file

<?cs def:default_search_box() ?><?cs /def ?>
<?cs def:default_left_nav() ?><?cs /def ?>
 No newline at end of file