am d4645ea9: remove project structure from sample landing pages

* commit 'd4645ea9d483525175d3d65e7ca90d018f9aa8e9':
  remove project structure from sample landing pages
This commit is contained in:
Scott Main 2013-08-22 16:36:20 -07:00 committed by Android Git Automerger
commit fc8140d32a

View file

@ -40,24 +40,22 @@
<?cs /def ?>
<?cs if:android.whichdoc == "online" ?>
<?cs # If this is the online docs, build the src code navigation links ?>
<?cs # If this is the online docs, build the src code navigation links ?>
<?cs if:page.title == "Project Structure" ?>
<?cs if:page.title == "Project Structure" ?>
<?cs call:display_files(Files) ?>
<?cs call:display_files(Files) ?>
<?cs else ?> <?cs # else not project structure doc ?>
<?cs else ?> <?cs # else not project structure doc ?>
<?cs var:summary ?>
<?cs var:summary ?>
<?cs # Remove project structure from landing pages for now
# <h2>Project Structure</h2>
# <p>Decide what to do with this ...</p>
# <?cs call:display_files(Files) ?>
<h2>Project Structure</h2>
<p>Decide what to do with this ...</p>
<?cs call:display_files(Files) ?>
<?cs /if ?> <?cs # end if project structure ?>
<?cs /if ?> <?cs # end if project structure ?>
<?cs else ?><?cs
# else, this means it's offline docs,