summaryrefslogtreecommitdiff
path: root/src/tests/eolian/data/import.eo
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-09-30 19:48:19 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-30 19:48:19 +0200
commit835e230f2fefa14cdfae7af84dc5afbc40bca985 (patch)
treeac9862256197c9c155d34275dd0cf7ae16ea057a /src/tests/eolian/data/import.eo
parent2946cb3c325f27d77354ac1b83b614e3a1d9e1d5 (diff)
downloadefl-835e230f2fefa14cdfae7af84dc5afbc40bca985.tar.gz
Revert "eolian: disallow missing docs for stable API where necessary"
I'm afraid but this breaks the mono bindings too close to a release. This also fixes the missing docs errors by adding a lot of inconsistent placeholder text ("No description supplied.", "TBD") which will make finding them later on more complicated. I was the one that asked for this feature but it is not critical at this point, so I suggest we explore some refinements (like T8291) before landing this patch in its current state. This reverts commit 2946cb3c325f27d77354ac1b83b614e3a1d9e1d5.
Diffstat (limited to 'src/tests/eolian/data/import.eo')
-rw-r--r--src/tests/eolian/data/import.eo2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/eolian/data/import.eo b/src/tests/eolian/data/import.eo
index bcc8d93252..894842487d 100644
--- a/src/tests/eolian/data/import.eo
+++ b/src/tests/eolian/data/import.eo
@@ -1,10 +1,8 @@
import import_types;
class Import {
- [[No description supplied.]]
methods {
foo {
- [[No description supplied.]]
}
}
} \ No newline at end of file