-
I have generated an couchapp folder.
Where do I put validate_doc_update function?
ghost updated
13 years ago
-
In the event that this code will be used by other people other than me, it'd be nice to comment certain things about the project.
* What all of the tools are and how to use them.
* What each pro…
-
Minor issue. Also when a comment is finally added then the variables 1..$ are not detected at all.
e.g
``` D
int a,b ; // variable a is not ....
```
``` D
/// some DDOC
int a,b ; // no message for …
ghost updated
8 years ago
-
as mention here : https://docs.couchdb.org/en/stable/ddocs/views/pagination.html#example-data
couchdb has a view feature, so I wanna add new override method view in constructure, if it used then it…
-
std.conv line 4179
```d
/***************************************************************
* Convenience functions for converting one or more arguments
* of any type into _text (the three charac…
-
```
/// doc for S
struct S(bool b) {
static if(b)
int i; /// doc for i
}
```
Documentation for `i` isn't generated.
ddoc gets this right (although S must be documented: http://d.puremagic…
-
Source-level documentation needs to be cleaned-up, or added where missing.
Check [https://dhtslib.dpldocs.info/dhtslib.html](https://dhtslib.dpldocs.info/dhtslib.html) for preview ; you may need to…
-
JS syntax coloring not aware of templates in my favorite app Ddoc lab
-
https://github.com/harfbuzz/harfbuzz/blob/a0b758f7d779376f4582c968d6fc3c5e7cde1e50/src/harfbuzz-config.cmake.in#L15
I'm building harfbuzz with:
meson build -Dbuildtype=release -Ddefault_lib…
-
Currently the `db replicate` command will replicate _all documents_ including any `_design` docs. This is often not desired. (And actually can have a significant impact on performance since the repli…