forked from quickshell/quickshell
		
	docs: mention member reference syntax in CONTRIBUTING
This commit is contained in:
		
							parent
							
								
									a9e4720fae
								
							
						
					
					
						commit
						14910b1b60
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -64,9 +64,10 @@ Before submitting an MR, if adding new features please make sure the documentati
 | 
				
			||||||
reasonably using the `quickshell-docs` repo. We recommend checking it out at `/docs` in this repo.
 | 
					reasonably using the `quickshell-docs` repo. We recommend checking it out at `/docs` in this repo.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Doc comments take the form `///` or `///!` (summary) and work with markdown.
 | 
					Doc comments take the form `///` or `///!` (summary) and work with markdown.
 | 
				
			||||||
You can reference other types using the `@@[Module].<Type>.[property]` shorthand
 | 
					You can reference other types using the `@@[Module.][Type.][member]` shorthand
 | 
				
			||||||
where module and property are optional. If module is not specified it will
 | 
					where all parts are optional. If module or type are not specified they will
 | 
				
			||||||
be inferred as the current module. Look at existing code for how it works.
 | 
					be inferred as the current module. Member can be a `property`, `function()` or `signal(s)`.
 | 
				
			||||||
 | 
					Look at existing code for how it works.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Quickshell modules additionally have a `module.md` file which contains a summary, description,
 | 
					Quickshell modules additionally have a `module.md` file which contains a summary, description,
 | 
				
			||||||
and list of headers to scan for documentation.
 | 
					and list of headers to scan for documentation.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue