1236 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |
1236 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |
1237 # it. |
1237 # it. |
1238 # The default directory is: html. |
1238 # The default directory is: html. |
1239 # This tag requires that the tag GENERATE_HTML is set to YES. |
1239 # This tag requires that the tag GENERATE_HTML is set to YES. |
1240 |
1240 |
1241 HTML_OUTPUT = web/api |
1241 HTML_OUTPUT = html |
1242 |
1242 |
1243 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each |
1243 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each |
1244 # generated HTML page (for example: .htm, .php, .asp). |
1244 # generated HTML page (for example: .htm, .php, .asp). |
1245 # The default value is: .html. |
1245 # The default value is: .html. |
1246 # This tag requires that the tag GENERATE_HTML is set to YES. |
1246 # This tag requires that the tag GENERATE_HTML is set to YES. |