File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ $ yard graph --protected --full --dependencies
2+ $ yard server --gems
13echo " # azure-cosmosdb-nextjs-starter" >> README.md
24 git init
35 git add README.md
46 git commit -m " first commit"
57 git branch -M main
68 git remote add origin https://github.com/QUBUHUB/temp.git
79 git push -u origin main
10+ $ rake yard OPTS=' --any --extra --opts'
811git branch -m QUBUHUBsoftware main
912git fetch origin
1013git branch -u origin/main main
@@ -17,3 +20,11 @@ git init
1720 git remote add origin https://github.com/QUBUHUB
1821 git push -u origin main
1922 $ gem install yard
23+ $ yard server " https://localhost:8808"
24+ $ yri YARD::Handlers::Base#register
25+ $ yri File.relative_path
26+ --query ' @return' --query ' @param'
27+ --query ' @return && @param`
28+ --query ' @api.text == " public" '
29+ --query ' object.has_tag? (:api) && object.tag(:api).text == " public" '
30+ --query ' has_tag? (:api) && tag(:api).text == " public" '
You can’t perform that action at this time.
0 commit comments