File: doc_html.h

package info (click to toggle)
freespace2 25.0.0~rc11%2Brepack-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 47,232 kB
  • sloc: cpp: 657,500; ansic: 22,305; sh: 293; python: 200; makefile: 198; xml: 181
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#pragma once

#include "scripting_doc.h"

namespace scripting {

void output_html_doc(const ScriptingDocumentation& doc, const SCP_string& filename);

}