]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/d/dmd/doc.h
d: Merge upstream dmd 7132b3537
[thirdparty/gcc.git] / gcc / d / dmd / doc.h
CommitLineData
b4c522fa
IB
1
2/* Compiler implementation of the D programming language
a3b38b77 3 * Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
b4c522fa
IB
4 * written by Walter Bright
5 * http://www.digitalmars.com
6 * Distributed under the Boost Software License, Version 1.0.
7 * http://www.boost.org/LICENSE_1_0.txt
8 * https://github.com/D-Programming-Language/dmd/blob/master/src/doc.h
9 */
10
11#pragma once
12
f9ab59ff
IB
13#include "root/dsystem.h"
14
15class Module;
16struct OutBuffer;
17
b4c522fa
IB
18void escapeDdocString(OutBuffer *buf, size_t start);
19void gendocfile(Module *m);