PHP Classes

File: migration/from_1.0.x_to_1.1.0.md

Recommend this page to a friend!
  Classes of nvb   PHP API Document Generator   migration/from_1.0.x_to_1.1.0.md   Download  
File: migration/from_1.0.x_to_1.1.0.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP API Document Generator
Generate automatic documentation for APIs
Author: By
Last change:
Date: 4 years ago
Size: 696 bytes
 

Contents

Class file image Download

if you have used "tracking_snippet" in your configuration

steps

  • copy templates to your configuration path
    cd <path to your configuration>
    cp <path to this project>/source/Net/Bazzline/Component/ApiDocumentBuilder/Template/layout.html .
    cp <path to this project>/source/Net/Bazzline/Component/ApiDocumentBuilder/Template/project_view.html .
    
  • move the content of "tracking_snippet" into the "layout.html"
  • adapt your configuration file
    * remove "tracking_snippet"
    * add following code snippet to your configuration file
    'template' => array(
        'layout'        => __DIR__ . '/layout.html',
        'project_view'  => __DIR__ . '/project_view.html'
    ),