From a656cb178c384bcb27b22fdc7ce1e10e49e8e5bd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 16 Apr 2024 07:40:46 +0200 Subject: meta: Add TODO.txt to keep track of what is needed. Signed-off-by: Amlal El Mahrouss --- Sources/bpp.cc | 1 + Sources/ppc-cc.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Sources') diff --git a/Sources/bpp.cc b/Sources/bpp.cc index 1bc235c..1e15366 100644 --- a/Sources/bpp.cc +++ b/Sources/bpp.cc @@ -253,6 +253,7 @@ void bpp_parse_file(std::ifstream &hdr_file, std::ofstream &pp_out) { try { while (std::getline(hdr_file, hdr_line)) { + /// BPP Documentation. if (hdr_line.find("@bdoc") != std::string::npos) { hdr_line.erase(hdr_line.find("@bdoc")); } diff --git a/Sources/ppc-cc.cc b/Sources/ppc-cc.cc index dc40383..4e2f162 100644 --- a/Sources/ppc-cc.cc +++ b/Sources/ppc-cc.cc @@ -8,7 +8,7 @@ */ /// BUGS: 0 -/// TODO: +/// TODO: Structs and enums. #include #include -- cgit v1.2.3